home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form pxabout
- BackColor = &H00808000&
- BorderStyle = 3 'Fixed Double
- Caption = "About"
- ClientHeight = 2355
- ClientLeft = 390
- ClientTop = 2310
- ClientWidth = 1905
- Height = 2760
- Left = 330
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 2355
- ScaleWidth = 1905
- Top = 1965
- Width = 2025
- Begin CommandButton Command1
- BackColor = &H00808000&
- Caption = "OK"
- Height = 375
- Left = 720
- TabIndex = 4
- Top = 1800
- Width = 495
- End
- Begin PictureBox Picture1
- BackColor = &H00808000&
- BorderStyle = 0 'None
- Height = 495
- Left = 720
- Picture = PXABOUT.FRX:0000
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 0
- Top = 120
- Width = 495
- End
- Begin Label Label3
- BackColor = &H00808000&
- Caption = "John W. Jaster"
- ForeColor = &H00000080&
- Height = 255
- Left = 360
- TabIndex = 3
- Top = 1440
- Width = 1455
- End
- Begin Label Label2
- BackColor = &H00808000&
- Caption = "by"
- ForeColor = &H00000080&
- Height = 255
- Left = 840
- TabIndex = 2
- Top = 1200
- Width = 255
- End
- Begin Label Label1
- BackColor = &H00808000&
- Caption = "Paradox Engine Demo "
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 255
- Left = 120
- TabIndex = 1
- Top = 840
- Width = 1815
- End
- Sub Command1_Click ()
- Unload pxabout
- End Sub
-